home *** CD-ROM | disk | FTP | other *** search
- The following are some things I do on my system nightly which some of you might be interested in.
-
- // Private Netmail message to ME with System information. This is what is
- in my BBS.BAT (main system batch file) under nightly maintenance.
-
- rem ******** ROBOTICS: System Reporting **************************
-
- Echo €€ Incoming mail log...>STATUS.REP
- if exist \max\TEXTS\LASTECHO.bbs type \max\TEXTS\LASTECHO.bbs >>STATUS.REP
- if not exist \max\TEXTS\LASTECHO.bbs Echo none>>STATUS.REP
- if exist \max\TEXTS\LASTECHO.bbs DEL \max\TEXTS\LASTECHO.bbs
- echo:>>STATUS.REP
- Echo €€ Netmail Costs...>>STATUS.REP
- BINKLOG \max\texts\max.log,total>>STATUS.REP
- echo:>>STATUS.REP
- Echo €€ Memory Status...>>STATUS.REP
- \dos\mem /c>>STATUS.REP
- echo:>>STATUS.REP
- Echo €€ Outbound Directories...>>STATUS.REP
- Echo:>>STATUS.REP
- Echo ** Local>>STATUS.REP
- OUT \max\msg\outmail\>>STATUS.REP
- Echo:>>STATUS.REP
- Echo ** Points>>STATUS.REP
- out c:\max\msg\outmail\00f90072.pnt\>>STATUS.REP
- Echo:>>STATUS.REP
- Echo ** International>>STATUS.REP
- out c:\max\msg\outmail.01f\>>STATUS.REP
- echo:>>STATUS.REP
- Echo €€ Upload Directory... (shows free disk space)>>STATUS.REP
- dir \MAX\FILE\S_UPLOAD\*.*>>STATUS.REP
-
- H REPORT.h
- del STATUS.REP
-
- rem ******** ROBOTICS: TIC File Reporting ************************
-
- ticin ticin
- if exist ticin.hsg h ticin.h
- if exist ticin.hsg del ticin.hsg
-
- rem **************************************************************
-
- // The following are some useful tools for doing this type of thing...
- Note, I'm using DOS 5 for the memory report, mapmem works with <v5.0...
-
- AFM104.ZIP Automatic File Mover (File Robot - send/receive)
- TICIN102.ZIP TIC attach File Mover (File Robot - simple tic receive only)
- Companion and/or stand alone utility for receiving TIC attach
- files without having to setup a complete TIC system. Very
- simple and small to implement. Creates reports for the
- Robot of activities.
- OUT.ZIP Outbound Mail area report
- BINKLOG.ZIP BINKLEY log analyser with cost totals.
- CHKDAY.ZIP Check for day number and exit w/errorlevel
- CHKMSGS.ZIP Companion and/or stand alone utility for checking incoming
- *.msg files for robotic commands / messages.
-
- These are available on HARVEY support sites...
-
- The latest version of HARVEY is available from the following nodes, or on
- your favorite SDS site. HARVEY Support Sites use F/req name of: HARVEY
-
- US Preston Smith, Colorado Springs, Colorado 1:128/77 2400, HST/DS
- CANADA Bill Cassidy, Kingston, Ontario (NEC) 1:249/1 HST/DS
- GERMANY Peter Kaszanics, Essen, Germany 2:245/8 V32b,V42b
- Peter Kaszanics, Essen, Germany 2:245/100 V32b,V42b
- Peter Kaszanics, Essen, Germany 2:245/104 V32b,V42b
-
- Other works by Harvey Parisien, Magic FREQ names for 1:249/1 HST/DS
-
- RAD = dBASE III file compatible, BBS or REMOTE online database
- HLIST = HLIST File List Compiler for files.bbs systems
- OMENU = oMENU the Ultimate disk Menu System
- POINT = PPoint - Professional Point System - easy and automatic
- HARVEY = "Harvey the Robot" automated message mailer *.PKT format
- OFFLINE = The easy to use, QWK offline reader
-